ComponentOne Xamarin.Android
PageSize Property (C1WrapCollectionView<S,T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : PageSize Property
Gets or sets the maximum number of items per page.
Syntax
'Declaration
 
Public Overridable Property PageSize As Integer
'Usage
 
Dim instance As C1WrapCollectionView(Of S,T)
Dim value As Integer
 
instance.PageSize = value
 
value = instance.PageSize
public virtual int PageSize {get; set;}
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members